projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce4375f
)
comment unused functions
author
Andrea Corallo
<akrl@sdf.org>
Sat, 9 Nov 2019 17:01:16 +0000
(18:01 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:38:02 +0000
(11:38 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 4afba1183f33a2fdae3fa3bbd2684eed74d8a816..273d8aeac339fb5845db580d43fce11af28497cc 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-515,6
+515,7
@@
emit_lval_XLI (gcc_jit_lvalue *obj)
comp.lisp_obj_as_num);
}
+/*
static gcc_jit_rvalue *
emit_XLP (gcc_jit_rvalue *obj)
{
@@
-533,8
+534,7
@@
emit_lval_XLP (gcc_jit_lvalue *obj)
return gcc_jit_lvalue_access_field (obj,
NULL,
comp.lisp_obj_as_ptr);
-}
-
+} */
static gcc_jit_rvalue *
emit_XUNTAG (gcc_jit_rvalue *a, gcc_jit_type *type, unsigned lisp_word_tag)
{